home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2008 February / PCWFEB08.iso / Software / Resources / Developers / XAMPP 1.5.4 / Windows installer / xampp-win32-1.5.4-installer.exe / xampp / phpMyAdmin / libraries / header_custom.inc.php < prev    next >
Encoding:
PHP Script  |  2005-11-24  |  284 b   |  12 lines

  1. <?php
  2. /* $Id: header_custom.inc.php,v 2.2 2005/11/25 08:58:11 nijel Exp $ */
  3. // vim: expandtab sw=4 ts=4 sts=4:
  4.  
  5. // This file includes all custom headers if they exist.
  6.  
  7. // Include site header
  8. if (file_exists('./config.header.inc.php')) {
  9.     require('./config.header.inc.php');
  10. }
  11. ?>
  12.